CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 稀疏 MATLAB

搜索资源列表

  1. ompbox

    1下载:
  2. 稀疏表示正交匹配追踪算法matlab源代码-sparse representation
  3. 所属分类:matlab

    • 发布日期:2014-05-21
    • 文件大小:49152
    • 提供者:chenjia
  1. MP-FFT

    4下载:
  2. 基于FFT的MP算法(matching pursuit)匹配跟踪,实现信号的稀疏分解-FFT-based MP algorithm (matching pursuit) matching pursuit, sparse decomposition of the signals
  3. 所属分类:matlab

    • 发布日期:2015-03-17
    • 文件大小:1024
    • 提供者:罗速
  1. RVM_matlabToolBox

    5下载:
  2. 相关向量机(RVM)的matlab源程序,包含快速算法,内含代码使用说明。 RVM采取是与支持向量机相同的函数形式稀疏概率模型,对未知函数进行预测或分类。 优点: (1) 不仅仅输出预测目标量的点估计值,还可以输出预测值的分布. (2) 使用更少数量的支持向量,从而显著减少输出目标量预测值的计算时间. (3) RVM不需要估计过多的参数. (4) RVM对是否满足Mercer 定理的核函数没有限制,适应性更好. -Relevance Vector Ma
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-12-02
    • 文件大小:157304
    • 提供者:何创新
  1. MatchingPursuits

    1下载:
  2. Matching Pursuit方法,经典的稀疏表示方法,可以用人脸识别和图像分类,图像去噪,现在非常流行。-Matching Pursuit method, sparse representation of the classic, you can use face recognition and image classification, image denoising, now very popular.
  3. 所属分类:Document

    • 发布日期:2016-04-08
    • 文件大小:1879701
    • 提供者:高尚兵
  1. CS

    1下载:
  2. 压缩感知matlab代码,使用FFT进行稀疏分解,OMP算法重建信号-Compressed sensing matlab code, the use of FFT for sparse decomposition, OMP algorithm for signal reconstruction
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1222
    • 提供者:陈思
  1. CVPR09-ScSPM

    0下载:
  2. 基于稀疏编码和线性塔式匹配的图像分类算法。-This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification".
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:19136952
    • 提供者:sinoer
  1. cs_cvx

    0下载:
  2. 压缩传感,压缩感知,压缩采样,稀疏表达,稀疏表示,的入门例子-compressive sensing, compressed sensing
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:577
    • 提供者:赵佳
  1. generate_H

    1下载:
  2. dmb-th标准中关于LDPC中稀疏矩阵及校验矩阵的源代码,附有校验矩阵-dmb-th standard in on the LDPC check matrix sparse matrix and the source code, with parity matrix
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-26
    • 文件大小:2751
    • 提供者:luyuan
  1. Matlabjiedianyouhua

    0下载:
  2. 将潮流计算公式矢量化处理,利用Matlab编写潮流程序,并将Matlab的m文件编译成COM组件,可简单实现 Matlab和其它语言的混合编程。通过简单的函数调用即可完成如稀疏、解方程等一系列数学运算,并可轻易实现相关图形的 绘制。潮流计算中采用AMD算法对修正方程系数矩阵进行节点优化,并采用LDLT算法进行求解,有效地减少了注入元,计 算速度成倍提高。在混合编程的模式下,提高了程序开发速度、程序可靠性、计算效率和保密性。 -Formula for calculating the
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:222423
    • 提供者:wuzhicheng
  1. stamp

    0下载:
  2. EDA程序: 将spice网表转化为用于计算电路各种参数所需要的相应稀疏矩阵。-EDA procedures: translate the spice netlist into the corresponding sparse matrix in order to calculate the various parameters of the circuit
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:117559
    • 提供者:buhaixiang
  1. DSPCA

    0下载:
  2. 关于有直接稀疏PCA的方法,一种较新的PCA算法,供大家学习参考-Direct sparse PCA
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:95091
    • 提供者:小哈
  1. LDPCBSN

    1下载:
  2. LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低, 结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域。LDPC码已成为第四代通信系统(4G) -LDPC codes BER simulation under AWGN channel.
  3. 所属分类:matlab

    • 发布日期:2016-11-21
    • 文件大小:8047
    • 提供者:天天
  1. CSparse_matrix_tar

    0下载:
  2. csparse是《Direct Methods for Sparse Linear Systems》一书配套的源码教程,是稀疏矩阵在数值计算中的代码的例程,内含matlab接口,在数据压缩存储,大规模稀疏线性系统求解,游戏建模等方面有广泛的应用,且代码简洁高效,便于阅读学习。-CSparse is concise and simple to understand and thus suitable for a textbook, yet it is also industrial-strengt
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1386520
    • 提供者:snow
  1. picture

    0下载:
  2. 利用FFT快速运算技术来实现在二维图像领域上的稀疏分解过程。-The use of FFT techniques to achieve fast computing in the field of two-dimensional image of the sparse decomposition process.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:56476
    • 提供者:燕子
  1. LSQR

    3下载:
  2. 采用CG法求解稀疏不对称的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations and sparse least-squares problems: Solve Ax = b or minimize || Ax- b ||2 or minimize || Ax- b ||2+ d2 ||x||2. The matrix A may be squ
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:44764
    • 提供者:LSQR
  1. MINRES

    0下载:
  2. 采用CG法求解稀疏对称奇异矩阵得到的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric but it may be definite or indefinite or singular. The scalar s is a
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:5869
    • 提供者:MINRES
  1. FEM

    2下载:
  2. matlab有限元分析程序,适合简单的有限元分析,对大型矩阵采用稀疏矩阵存储方式-matlab finite element analysis program
  3. 所属分类:matlab

    • 发布日期:2015-06-27
    • 文件大小:3940
    • 提供者:黄铄
  1. ompbox9

    2下载:
  2. 稀疏分解工具包,采用OMP算法,可用于稀疏字典的构造,压缩感知等领域-Sparse decomposition tool kit, using OMP algorithm, can be used for the construction of sparse dictionary, compressed sensing and other areas
  3. 所属分类:matlab例程

    • 发布日期:2014-01-22
    • 文件大小:26910
    • 提供者:Haiyan Guo
  1. NESTA_v1.0

    1下载:
  2. 一个快速而精确的一阶稀疏图像复原算法。主要应用于图像去噪声。-A fast and accurate first-order sparse image restoration algorithm. Is mainly used in the image to the noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:164377
    • 提供者:风涌泉
  1. 3

    0下载:
  2. 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A, elements in line with uniform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1768
    • 提供者:zhu
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com